Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

support setting boolean environment variables #2144

Merged
merged 1 commit into from
Feb 19, 2013

Conversation

brettporter
Copy link
Contributor

These were previously stored as a string if they are derived from the
environment or configuration files. Rather than altering each of the checks,
we can select a list of settings to convert to boolean values when they are
accessed.

I bumped into this specific problem trying to override bundle config --global frozen true with a BUNDLE_FROZEN=false environment variable.

These were previously stored as a string if they are derived from the
environment or configuration files. Rather than altering each of the checks,
we can select a list of settings to convert to boolean values when they are
accessed.
@indirect
Copy link
Member

Seems legit. Thanks!

indirect added a commit that referenced this pull request Feb 19, 2013
support setting boolean environment variables
@indirect indirect merged commit b4101be into rubygems:master Feb 19, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants